Skip to main content

All Questions

0votes
1answer
544views

Filtering exceptions in log - Design Smell?

I used Spring Boot 1.5 which uses Logback. I created event objects in controllers and validated them using @EventListener. When a validation error happened I raised an ApplicationSpecificException ...
Nikos's user avatar

close